home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / languages / m2_part1.lha / modula / m2 / CliOnly.def next >
Encoding:
Modula Definition  |  1994-07-31  |  337 b   |  14 lines

  1. (* Init. code displays a requester if program was started from workbench *)
  2.  
  3. (*  _________________________ *)
  4. (* |                | *)
  5. (* | RUNTIME ERROR:        | *)
  6. (* | This program will only | *)
  7. (* | run from the CLI/SHELL | *)
  8. (* |                | *)
  9. (* |        |EXIT|        | *)
  10. (* |________________________| *)
  11.  
  12. DEFINITION MODULE CliOnly ;
  13. END CliOnly.
  14.